home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / mac / Shout3Ddemo / Shout3d_runtime / codebase / javax / swing / plaf / basic / resources / basic.properties < prev   
Text File  |  2000-05-30  |  2KB  |  60 lines

  1. # This properties file is used to create a PropertyResourceBundle
  2. # It contains Locale specific strings used in Swing
  3. # Currently, the following components need this for support:
  4. #
  5. #    ColorChooser
  6. #    FileChooser
  7. #    OptionPane
  8. #
  9. # When this file is read in, the strings are put into the 
  10. # defaults table.  This is an implementation detail of the current
  11. # workings of Swing.  DO NOT DEPEND ON THIS.  
  12. # This may change in future versions of Swing as we improve localization 
  13. # support.
  14. #
  15. # %I% %G%
  16. # @author Steve Wilson
  17.  
  18. ############ FILE CHOOSER STRINGS #############
  19. FileChooser.fileDescriptionText=Generic File
  20. FileChooser.directoryDescriptionText=Directory
  21. FileChooser.newFolderErrorText=Error creating new folder
  22. FileChooser.newFolderErrorSeparator= : 
  23. FileChooser.acceptAllFileFilterText=All Files (*.*)
  24. FileChooser.cancelButtonText=Cancel
  25. FileChooser.saveButtonText=Save
  26. FileChooser.openButtonText=Open
  27. FileChooser.updateButtonText=Update
  28. FileChooser.helpButtonText=Help
  29.  
  30. ## file chooser tooltips ###
  31. FileChooser.cancelButtonToolTipText=Abort file chooser dialog
  32. FileChooser.saveButtonToolTipText=Save selected file
  33. FileChooser.openButtonToolTipText=Open selected file
  34. FileChooser.updateButtonToolTipText=Update directory listing
  35. FileChooser.helpButtonToolTipText=FileChooser help
  36.  
  37. ############ COLOR CHOOSER STRINGS #############
  38. ColorChooser.previewText=Preview
  39. ColorChooser.okText=OK
  40. ColorChooser.cancelText=Cancel
  41. ColorChooser.resetText=Reset
  42. ColorChooser.swatchesNameText=Swatches
  43. ColorChooser.swatchesRecentText=Recent:
  44. ColorChooser.hsbNameText=HSB
  45. ColorChooser.hsbHueText=H
  46. ColorChooser.hsbSaturationText=S
  47. ColorChooser.hsbBrightnessText=B
  48. ColorChooser.hsbRedText=R
  49. ColorChooser.hsbGreenText=G
  50. ColorChooser.hsbBlueText=B
  51. ColorChooser.rgbNameText=RGB
  52. ColorChooser.rgbRedText=Red
  53. ColorChooser.rgbGreenText=Green
  54. ColorChooser.rgbBlueText=Blue
  55.  
  56. ############ OPTION PANE STRINGS #############
  57. OptionPane.yesButtonText=Yes
  58. OptionPane.noButtonText=No
  59. OptionPane.okButtonText=OK
  60. OptionPane.cancelButtonText=Cancel